home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 2: CDPD 1
/
Almathera Ten on Ten - Disc 2: CDPD 1.iso
/
pd
/
351-375
/
374
/
mat
/
filecount
< prev
next >
Wrap
Text File
|
1995-03-14
|
375b
|
15 lines
.K PAT,OF,OF1,OF2,OF3,OF4
.BRA {
.KET }
;; FILECOUNT -- Counts files with names matching a given pattern.
if "{OF}" EQ ""
MAT FILES "" {PAT$#?} LABEL "^N files found"
else
MAT {PAT} T "" FILES {OF$#?} {OF1} {OF2} {OF3} {OF4} LABEL "^I files found out of ^N"
endif
;; note the use of a null template to circumvent the normal requirement
;; for one in FILES mode.